AConfiguration_getLanguage

Return the current language code set in the configuration. The output will be filled with an array of two characters. They are not 0-terminated. If a language is not set, they will be 0.

extern (C) nothrow @nogc
void
AConfiguration_getLanguage
(
AConfiguration* config
,
)

Meta